home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / News Stacks / Feb '90AMUG News™.cpt / Feb '90AMUG News™ / card_11390.txt < prev    next >
Text File  |  1990-03-11  |  3KB  |  72 lines

  1. -- card: 11390 from stack: in
  2. -- bmap block id: 12167
  3. -- flags: 0000
  4. -- background id: 2135
  5. -- name: Diamond
  6. ----- HyperTalk script -----
  7. on CloseCard
  8.   push card
  9. end CloseCard
  10.  
  11.  
  12.  
  13. -- part 1 (field)
  14. -- low flags: 00
  15. -- high flags: 0000
  16. -- rect: left=11 top=60 right=321 bottom=261
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 0
  20. -- font id: 2
  21. -- text size: 10
  22. -- style flags: 0
  23. -- line height: 13
  24. -- part name: 
  25.  
  26.  
  27. -- part 2 (field)
  28. -- low flags: 00
  29. -- high flags: 0000
  30. -- rect: left=262 top=60 right=334 bottom=508
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 0
  34. -- font id: 2
  35. -- text size: 10
  36. -- style flags: 0
  37. -- line height: 13
  38. -- part name: 
  39.  
  40.  
  41. -- part 4 (button)
  42. -- low flags: 00
  43. -- high flags: 0000
  44. -- rect: left=225 top=138 right=154 bottom=262
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 1009 / 1009
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: 
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   dispPICT "Prog5"
  56. end mouseUp
  57.  
  58.  
  59.  
  60. -- part contents for background part 1
  61. ----- text -----
  62. 18
  63.  
  64. -- part contents for card part 2
  65. ----- text -----
  66.  to be dimmed; when the radio button is checked, then the ‚Äúfont‚Äù and ‚Äúformat‚Äù pop-up menus ought to be functional.
  67.   All things considered, I found Prototyper 2.0 to be a very good program; it follows the Macintosh interface perfectly. 
  68.    (It should; the author George R. Cossey spent five years with Apple working on the Lisa and Macintosh teams.) If you want to design your ‚Äúdream program‚Äù, learn C or Pascal, or speed up the actual code-writing of your program, Prototyper is well worth the investment. The program is not copy-protected, does not require any licensing fees and works under Multifinder. You can use the program to develop DAs as well as applications.
  69.  
  70. -- part contents for card part 1
  71. ----- text -----
  72. When you are linking various activities to a particular menu item, button choice, etc., you cannot select the order in which things happen in your list of link events. That could lead to some unintended events happening out of sequence; along these lines, I would also like to see a ‚Äúpause‚Äù choice as one of the linked events. That could be used to simulate some time-consuming event taking place during the pause. The other shortcoming is that in the linking process, you cannot have button selections ‚Äúdim‚Äù other choices. For example, your program might have a radio button choice which adds titles to your graphs; if you choose to add titles, then you want to be able to select the font and format of the type through pop-up menus. If the radio button for ‚Äútitles‚Äù is unchecked then the pop-up menus for ‚Äúfont‚Äù and ‚Äúformat‚Äù  ought